home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / ImapTest.dxr / 00023_Flashlight- Beginning.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  343 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("flashlightSound")
  3.   set the visible of sprite 12 to 1
  4.   puppetSprite(34, 1)
  5.   set the castNum of sprite 34 to member "Flight.glow"
  6.   updateStage()
  7.   repeat while the mouseDown
  8.     nothing()
  9.   end repeat
  10.   set the castNum of sprite 34 to member "Flight"
  11.   puppetSprite(34, 0)
  12.   set the visible of sprite 12 to 0
  13. end
  14.